Expand description

Asynchronous WebSocket-based client implementation for Misskey.

Feature flags

  • tokio-runtime: Use the tokio runtime. Enabled by default.
  • async-std-runtime: Use the async-std runtime.

Modules

Streams returned from the client.

Structs

Specifies the condition for reconnecting.

Reconnection configuration.

Asynchronous WebSocket-based client for Misskey.

Enums

Possible errors from WebSocket client.